Advertisement
Leon_Lejon

reboot

May 17th, 2024
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColour(colors.red)
  4. print("Rebooting")
  5. sleep(3)
  6. term.clear()
  7. term.setTextColor(colors.green)
  8. term.setCursorPos(1,1)
  9. textutils.slowPrint("...",3)
  10. sleep(1)
  11. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement